runtime._panic.sp (field)
4 uses
runtime (current package)
panic.go#L748: p.sp = unsafe.Pointer(getcallersp())
panic.go#L753: p.sp = unsafe.Pointer(nil)
panic.go#L869: gp.sigcode0 = uintptr(gp._panic.sp)
runtime2.go#L974: sp unsafe.Pointer // where to return to in runtime if this panic is bypassed
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)